|
MATRIX WIREFRAME STATE
This command will return a one if the specified matrix is displayed as a wireframe otherwise zero will be returned.
Return Integer=MATRIX WIREFRAME STATE(Matrix Number)
Matrix Number
Integer
The matrix number
This command will return a one if the specified matrix is displayed as a wireframe otherwise zero will be returned
The matrix number should be an integer value.
make matrix 1,1000,1000,25,25
position matrix 1,0,0,0
update matrix 1
while inkey$()<>"x"
set cursor 0,0
print "wireframe:";matrix wireframe state(1)
endwhile
if matrix exist(1)=1 then delete matrix 1
end
MATRIX Commands Menu
Index
|